home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / BOSDEMO / BOSSW11.EXE / data1.cab / Program_Executable_Files / bos.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-01-16  |  461b  |  23 lines

  1. object MainForm: TMainForm
  2.   Left = 234
  3.   Top = 37
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'BOS Control Center'
  7.   ClientHeight = 326
  8.   ClientWidth = 486
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22. end
  23.